home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / GLUT / progs / sgi-stereo / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  1.2 KB  |  36 lines

  1.  
  2. This directory contains a GLUT "hack" program for using SGI's
  3. proprietary X stereo extension (officially named
  4. "SGIFullScreenStereo").  The extension provides stereo support for
  5. mid-range and low-end SGI workstations including Indy and Indigo^2
  6. workstations with Indy, XL, XZ, Extreme, and IMPACT graphics options.
  7.  
  8. NOTE:  This example "hacks" GLUT to get at private GLUT implementation
  9. variables (basically __glutDisplay).  Any program that does so is
  10. effectively unportable to other GLUT implementations.  SGI's
  11. proprietary X stereo extension is not suitable for portable, direct
  12. support via GLUT's API, so these examples are being released as an
  13. exception to the rule.
  14.  
  15. To use this example code effectively, you must have:
  16.  
  17.   o  A low-end or mid-range SGI workstation described above.
  18.  
  19.   o  IRIX 5.3, 6.1 (Power Indigo^2), 6.2, or higher.
  20.  
  21.   o  A set of stereo LCD shutter goggles.
  22.  
  23.   o  A monitor that syncs to the stereo video signal.
  24.  
  25. To get more information on SGIFullScreenStereo, try:
  26.  
  27.   man XSGISetStereoBuffer
  28.  
  29. Mike Blackwell contributed the original GLUT stereo example.  The
  30. example itself is based on a demonstration program found in Appendix 1
  31. of "The CrystalEyes Handbook" by Lenny Lipton, 1991, StereoGraphics
  32. Corp.
  33.  
  34. - Mark Kilgard
  35.   November 21, 1995
  36.